home *** CD-ROM | disk | FTP | other *** search
/ Take-Two Interactive - Pr…ectronic Press Kit (USA) / Take-Two Interactive - Product Catalog 2003 and Electronic Press Kit (USA).7z / Take-Two Interactive - Product Catalog 2003 and Electronic Press Kit (USA).bin / gta.swf / scripts / DefineButton2_36 / BUTTONCONDACTION on(release).as
Text File  |  2003-05-08  |  84b  |  7 lines

  1. on(release){
  2.    tellTarget("gta_screens_m")
  3.    {
  4.       gotoAndPlay(2);
  5.    }
  6. }
  7.